f6e1e4285a264c532777af0d37643f74daa77687,demo/src/main/java/com/commonsware/cwac/cam2/demo/MainActivity.java,MainActivity,captureLandscapeFFC,#,393
Before Change
.facingExactMatch()
.to(new File(testRoot, "landscape-front.jpg"))
.updateMediaStore()
.flashModes(FLASH_MODES)
.debugSavePreviewFrame()
.debug()
.build();
After Change
.facingExactMatch()
.to(new File(testRoot, "landscape-front.jpg"))
.updateMediaStore()
.flashModes(FLASH_MODES)
.zoomStyle(ZoomStyle.SEEKBAR)
.debugSavePreviewFrame()
.debug()
.build();